projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
046024c
)
(gdb-frames-mode): Truncate lines in stack
author
Nick Roberts
<nickrob@snap.net.nz>
Tue, 6 Feb 2007 03:40:33 +0000
(
03:40
+0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Tue, 6 Feb 2007 03:40:33 +0000
(
03:40
+0000)
buffer.
lisp/progmodes/gdb-ui.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gdb-ui.el
b/lisp/progmodes/gdb-ui.el
index b18353d70248de1489101deb197674666a2e26b4..f4f855f62a5459d7c321c230bf9483203acf7393 100644
(file)
--- a/
lisp/progmodes/gdb-ui.el
+++ b/
lisp/progmodes/gdb-ui.el
@@
-2158,8
+2158,9
@@
static char *magick[] = {
(kill-all-local-variables)
(setq major-mode 'gdb-frames-mode)
(setq mode-name "Frames")
- (setq gdb-stack-position nil)
+ (setq gdb-stack-position nil)
(add-to-list 'overlay-arrow-variable-list 'gdb-stack-position)
+ (setq truncate-lines t) ;; Make it easier to see overlay arrow.
(setq buffer-read-only t)
(use-local-map gdb-frames-mode-map)
(run-mode-hooks 'gdb-frames-mode-hook)